home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E499517000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-20  |  18KB  |  543 lines

  1. <html>
  2.  
  3. <head>
  4.  
  5. <title>la reconnaissance vocale</title>
  6. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  7.  
  8.  
  9. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  10. <!--
  11. var thistext ="";
  12. var thisinfo = "" ;
  13. function fermer_onclick() {
  14. var Obj;
  15. var strName ;
  16. var strCtl ;
  17. for( i = 0; i< document.all.length; i++)
  18. {
  19.     Obj = document.all(i) ;
  20.     strName = Obj.id ;
  21.     if( strName != "undefined" )
  22.     strCtl = strName.substr(0,4) ;
  23.     if( strCtl == "info" || strCtl == "cont" )
  24.     {
  25.         Obj.style.display = "none" ;
  26.     }
  27. }
  28. }
  29.  
  30. function aggrandir_onclick() {
  31. var Obj;
  32. var strName ;
  33. var strCtl ;
  34. for( i = 0; i< document.all.length; i++)
  35. {
  36.     Obj = document.all(i) ;
  37.     strName = Obj.id ;
  38.     if( strName != "undefined" )
  39.     strCtl = strName.substr(0,4) ;
  40.     if( strCtl == "info")
  41.     {    
  42.         if( Obj.style.display == "block" )
  43.         {    
  44.             thisinfo = strName ;
  45.             Obj.style.display = "none" ;
  46.             Obj.className = "grosseinfo" ;
  47.             
  48.         }
  49.         Obj.style.display = "none" ;
  50.     }
  51.     if( strCtl == "cont")
  52.         Obj.style.display = "none" ;
  53.     if( strCtl == "text")
  54.     {
  55.         
  56.             thistext = strName ;
  57.             Obj.style.display = "none" ;
  58.         
  59.         
  60.     }
  61.                     
  62. }
  63. document.all.item(thisinfo).style.display = "block" ;
  64. controleg.style.display = "block" ;
  65. }
  66.  
  67. function rapetisser_onclick() {
  68. var Obj;
  69. var strName ;
  70. var strCtl ;
  71. for( i = 0; i< document.all.length; i++)
  72. {
  73.     Obj = document.all(i) ;
  74.     strName = Obj.id ;
  75.     if( strName != "undefined" )
  76.     strCtl = strName.substr(0,4) ;
  77.     if( strCtl == "info")
  78.     {    
  79.         if( Obj.style.display == "block" )
  80.         {    
  81.             thisinfo = strName ;
  82.             Obj.style.display = "none" ;
  83.             Obj.className = "infotext" ;
  84.             
  85.         }
  86.         Obj.style.display = "none" ;
  87.     }
  88.     if( strCtl == "cont")
  89.         Obj.style.display = "none" ;
  90.     
  91.                     
  92. }
  93. document.all.item(thisinfo).style.display = "block" ;
  94. document.all.item(thistext).style.display = "block" ;
  95. controle.style.display = "block" ;
  96.  
  97. }
  98.  
  99. function fermerg_onclick() {
  100. var Obj;
  101. var strName ;
  102. var strCtl ;
  103. for( i = 0; i< document.all.length; i++)
  104. {
  105.     Obj = document.all(i) ;
  106.     strName = Obj.id ;
  107.     if( strName != "undefined" )
  108.     strCtl = strName.substr(0,4) ;
  109.     if( strCtl == "info"  )
  110.     {
  111.         Obj.className = "infotext" ;
  112.         Obj.style.display = "none" ;
  113.     }
  114.     if( strCtl == "cont"  )
  115.     {
  116.         Obj.style.display = "none" ;
  117.     }
  118. }
  119. document.all.item(thistext).style.display = "block" ;
  120. }
  121.  
  122. function ASRRec1_SpeechRecognized(phrase,score,action) {
  123.  
  124. if( score < 50)
  125.     return;
  126.     
  127. switch(action)
  128. {
  129.  
  130. case 2:
  131.     document.location.href = "pourfairequoiGB.htm";
  132.     break;
  133. case 3 :
  134.     document.location.href = "quiGB.htm" ;break;
  135. case 4 :
  136.     document.location.href = "contacteGB.htm";break;
  137. case 5:
  138.     document.location.href = "aideGB.htm";break;
  139. case 6:
  140.     document.location.href = "nosGB.htm";break;
  141. case 7:
  142.     document.location.href = "agendaGB.htm";break;
  143. case 8:
  144.     document.location.href = "revuesGB.htm";break;
  145. case 9:
  146.     document.location.href = "ensavoirGB.htm";break;
  147.  
  148. case 14:
  149.     window.print();break;
  150.  
  151. case 15:
  152.     commande1.click();break;
  153.  
  154. case 16:
  155.     commande2.click();break;
  156.  
  157. case 13:
  158.     commande3.click();break;
  159.  
  160. case 17:
  161.     commande4.click();break;
  162.  
  163. case 18:
  164.     commande5.click();break;
  165.     
  166. case 19:
  167.     commande6.click();break;
  168.     
  169. case 100:
  170.     document.location.href = "defaultGB.htm";break;
  171. case 101:
  172.     window.history.back(1);break;
  173. case 102:
  174.     window.history.forward(1);break;
  175.     
  176. case 103 :
  177.     CommandesP.click() ;break;
  178. case 104 :
  179.     {
  180.      document.location.href="default1.htm" ; 
  181.      break ;
  182.     }
  183. case 1000:
  184.     window.close();break;
  185.  
  186. }
  187. }
  188.  
  189.  
  190.  
  191. //-->
  192. </script>
  193. <script LANGUAGE="javascript" FOR="ASRRec1" EVENT="SpeechRecognized(phrase, score, action)">
  194. <!--
  195.  
  196.  ASRRec1_SpeechRecognized(phrase,score,action)
  197. //-->
  198. </script>
  199.  
  200. </head>
  201.  
  202. <body background="images/recvocgb.gif" 
  203. style="BACKGROUND-REPEAT: no-repeat" LANGUAGE="javascript">
  204.  
  205.  <img 
  206.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  207.       onclick="location.href='defaultGB.htm'"
  208.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  209.       
  210.       
  211.       
  212. <OBJECT classid="clsid:80B9E3EF-AD88-11D3-9FEB-D74ABDA2E736" id=ASRRec1 style="BACKGROUND-COLOR: #285098; LEFT: 13px; POSITION: absolute; TOP: 0px; POSITION: ABSOLUTE;" VIEWASTEXT>
  213.     <PARAM NAME="_cx" VALUE="6244">
  214.     <PARAM NAME="_cy" VALUE="2064">
  215.     <PARAM NAME="DatbaseName" VALUE="MyDb">
  216.     <PARAM NAME="ContextName" VALUE="sitegb">
  217.     <PARAM NAME="UserName" VALUE="generic user">
  218.     <PARAM NAME="EnvName" VALUE="Win32"></OBJECT>
  219.  
  220. <div id="NavPrinc" name="NavPrinc" class="tab1" LANGUAGE="javascript">
  221.     <table ALIGN="left" BORDER="0"  id="table1">
  222.   <tr>
  223.     <td>
  224.         <img src="images/boutonrecvoc1selgb.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"> 
  225.         
  226.     </td>
  227.   </tr>
  228.   <tr>
  229.     <td BACKGROUND="images/boutonfq1rogb.gif" onclick="location.href='pourfairequoiGB.htm'" style="BACKGROUND-REPEAT:  no-repeat; 
  230.      CURSOR: hand" onmouseover="IMG2.style.visibility = 'hidden'" onmouseout="IMG2.style.visibility='visible'">
  231.         <a style="TEXTDECORATION: none" href="pourfairequoiGB.htm">
  232.         <img src="images/boutonfq1gb.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56" style="z-index : 3"></a>
  233.     </td>
  234.   </tr>
  235.   <tr>
  236.     <td BACKGROUND="images/boutonqui1rogb.gif" onclick="location.href='quiGB.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: 
  237.     hand" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  238.     <a style="TEXTDECORATION: none" href="quiGB.htm">
  239.         <img src="images/boutonqui1gb.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55" style="z-index : 3"></a>    
  240.     </td>
  241.   </tr>
  242.   <tr>
  243.     <td BACKGROUND="images/boutoncontact1rogb.gif" onclick="location.href='contacteGB.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: 
  244.     hand" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  245.     <a style="TEXTDECORATION: none" href="contacteGB.htm">
  246.         <img src="images/boutoncontact1gb.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54" style="z-index : 3"></a>    
  247.     </td>
  248.   </tr>
  249.   <tr>
  250.     <td BACKGROUND="images/boutonaide1rogb.gif" onclick="location.href='aideGB.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: 
  251.     hand" onmouseover="IMG5.style.visibility = 'hidden'" onmouseout="IMG5.style.visibility='visible'">
  252.     <a style="TEXTDECORATION: none" href="aideGB.htm">
  253.         <img src="images/boutonaide1gb.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56" style="z-index : 3"></a>    
  254.     </td>
  255.   </tr>
  256. </table> 
  257. </div>
  258.  
  259.  
  260.  
  261.  
  262.  
  263. <div ID="table2" class="tab2" LANGUAGE="javascript">
  264.  
  265. <table WIDTH="100" ALIGN="left" BORDER="0" cellspacing="10" CELLPADDING="1">
  266.   <tr>
  267.     <td class="nav1" style="COLOR: orange" bgcolor="blue">What is it?</td>
  268.   </tr>
  269.   <tr>
  270.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='nosGB.htm'" style="CURSOR: hand">
  271.     Our partners
  272.     </td>
  273.   </tr>
  274.   <tr>
  275.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='fabricantsGB.htm'" style="CURSOR: hand">
  276.     The maufacturers
  277.     </td>
  278.   </tr>
  279.   <tr>
  280.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='agendaGB.htm'" style="CURSOR:hand">
  281.     Diary
  282.     </td>
  283.   </tr>
  284.   
  285.   <tr>
  286.     <td language="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='ensavoirGB.htm'" style="CURSOR:hand">
  287.     To find out more
  288.     </td>
  289.   </tr>
  290. </table> 
  291. </div> 
  292.  
  293. <img id="aide1" class="aidepic" src="images/aidepicgb.gif" WIDTH="271" HEIGHT="207"> 
  294. <div id="controle" class="infocontrole" style="DISPLAY:none">
  295.     <table>
  296.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  297.             <img src="images/aggrandirgb.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  298.         </td>
  299.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  300.             <img src="images/fermergb.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  301.         </td>
  302.     </table>
  303. </div>
  304.  
  305. <div id="controleg" class="infocontroleg" style="DISPLAY:none">
  306.     <table>
  307.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  308.             <img src="images/rapetissergb.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  309.         </td>
  310.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  311.             <img src="images/fermergb.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  312.         </td>
  313.     </table>
  314. </div>
  315.  
  316. <div id="text1" class="defaulttext">
  317. <span id="info100">
  318. ItÆs the ability of a computer to recognise the spoken word, human speech, and to react on it. 
  319. For this, you need a microphone, a sound card and a speech-aware application bundled  with a speech recognition engine.
  320. So that the ordinateur can speak back to you, you need a loudspeaker or a headphone.
  321.  
  322. </span>
  323. <p></p><span id="commande1" class="liencom" language="javascript" onclick="aide1.style.visibility='hidden';
  324.         fermer_onclick();
  325.         info1.style.display='block';
  326.         info101.style.display='block';" ondblclick="fermer_onclick();
  327.         info0.style.display ='block';
  328.         info100.style.display ='block';">
  329. How does it work? <p></p> 
  330. </span>
  331.  
  332. <span id="info101" language="javascript" style="DISPLAY : 'none'" ondblclick="info1.style.display ='none';
  333.             this.style.display='none';
  334.             info0.style.display ='block';
  335.             info100.style.display ='block';">
  336. First of all, the computer picks up speech via a microphone which gives an acoustic, analogic signal. 
  337. <br>The sound card converts this analogic symbol to a digital symbol. 
  338. <br>
  339. The speech engine then converts the digital symbols into phonemes and words that can be compared against a grammar or dictionary.<br>
  340.  
  341. Speech-aware application processes the words and commands as though they had been entered by the keyboard or the mouse, as is the case for dictation applications.
  342.  
  343.  
  344. </span>
  345. <p></p>
  346.  
  347. <span id="commande2" class="liencom" language="javascript" onclick="aide1.style.visibility='hidden';
  348.         fermer_onclick();
  349.         info2.style.display = 'block' ;
  350.         info102.style.display='block';" ondblclick="fermer_onclick();
  351.  info0.style.display ='block';
  352.  info100.style.display ='block';">
  353. Applications 
  354. </span>
  355. <p></p>
  356. <span id="info102" language="javascript" style="DISPLAY : 'none'" ondblclick="info2.style.display ='none';
  357.             this.style.display='none';
  358.             info0.style.display ='block';
  359.             info100.style.display ='block';">
  360. Dictations, language learning, researching and retrieving data, commanding browsers, games and all sorts of multimedia and non-multimedia applications such as industrial, medical, financial and legal data processing. 
  361. There are no limitations to speech-aware applictions.
  362. Turn to ½ WhatÆs it for ╗ for some convincing examples. 
  363.  
  364.  
  365. </span>
  366. <p></p>
  367. <span id="commande3" class="liencom" language="javascript" onclick="aide1.style.visibility='hidden';
  368.         fermer_onclick();info3.style.display='block';
  369.         info103.style.display='block'; " ondblclick="fermer_onclick();
  370. info0.style.display ='block';
  371. info100.style.display ='block';">
  372. Training 
  373. </span><p></p>
  374.  
  375.  
  376.  
  377. <span id="info103" language="javascript" style="DISPLAY : 'none'" ondblclick="info3.style.display ='none';
  378.             this.style.display='none';
  379.             info0.style.display ='block';
  380.             info100.style.display ='block';">
  381.             
  382. Speech engines are referred to as being either speaker-independant or speaker dependant. 
  383. In the case of speaker-independant engines, no training is necessary. 
  384. In the case of speaker-dependant engines, training is required for optimal performance and users have to register and log on at each session. 
  385. Most of the dictation methods commercially available require voice-training.
  386.  
  387.  
  388.  
  389. </span>
  390.  
  391. <p></p>
  392.  
  393. <span id="commande4" class="liencom" language="javascript" onclick="aide1.style.visibility='hidden';
  394.         fermer_onclick();
  395.         info4.style.display = 'block'
  396.         info104.style.display='block'; " ondblclick="fermer_onclick();
  397. info0.style.display ='block';
  398. info100.style.display ='block';">
  399. Mac or PC  
  400. </span><p></p>
  401.  
  402.  
  403.  
  404. <span id="info104" language="javascript" style="DISPLAY : 'none'" ondblclick="info4.style.display ='none';
  405.             this.style.display='none';
  406.             info0.style.display ='block';
  407.             info100.style.display ='block';">
  408. Speech now exists on MAC computers. In December 1999, IBM brought out its Millenum version of ViaVoice for Macintosh !          
  409.             
  410.             
  411. </span>
  412. <p></p>
  413.  
  414. <span id="commande5" class="liencom" language="javascript" onclick="aide1.style.visibility='hidden';
  415.         fermer_onclick();
  416.         info5.style.display = 'block' ;
  417.         info105.style.display='block'; " ondblclick="fermer_onclick();
  418. info0.style.display ='block';
  419. info100.style.display ='block';">
  420. Speech synthesis
  421. </span><p></p>
  422.  
  423. <span id="info105" language="javascript" style="DISPLAY : 'none'" ondblclick="info5.style.display ='none';
  424.             this.style.display='none';
  425.             info0.style.display ='block';
  426.             info100.style.display ='block';">
  427. Some speech-aware applications are more interactive than others and may talk back to you! In this case they are equiped with a speech synthesis engine, or a text to speech function, which does exactly the opposite of the speech engine: it converts words into phonetic and prosodic symbols. These then become a digital audio stream which you hear through your loudspeakers.
  428.  
  429. For a more natural feedback, real speech can be pre-recorded in sound files that are automatically played back to the user according to the program commands.
  430.  
  431.             
  432.             
  433. </span><p></p>
  434.  
  435. <span id="commande6" class="liencom" language="javascript" onclick="aide1.style.visibility='hidden';
  436.         fermer_onclick();info6.style.display='block';
  437.         info106.style.display='block'; " ondblclick="fermer_onclick();
  438. info0.style.display ='block';
  439. info100.style.display ='block';">
  440. The future
  441. </span><p></p> 
  442.  
  443. <span id="info106" language="javascript" style="DISPLAY : 'none'" ondblclick="info6.style.display ='none';
  444.             this.style.display='none';
  445.             info0.style.display ='block';
  446.             info100.style.display ='block';">
  447. Continuous speech and voice commands are already permanent features in some word processors and have yet to be installed in other applications to replace mouse and keyboard inputting. This is the mission of Theorom Productions.
  448. We have forgotten how long the mouse took to be accepted, but now no set-up is conceivable without it. Speech is going the same route 
  449. As our knowledge of natural language evolves, voice technology will simulate human speech and human thought to such a point that talking back to your computer will become reality.
  450.  
  451.             
  452. </span><p></p>
  453. </div>
  454. <div id="info0" language="javascript" class="infotext" style="DISPLAY:'block';LINE-HEIGHT:'19pt' " ondblclick="this.style.display='none';">
  455. Suffer from tendinitis in the elbow or the wrist ? Cramps in your fingers ?
  456. Take the strain out of computing by speaking to your computer-let it work for you !
  457.  
  458.  
  459. </div>
  460.  
  461. <div id="info1" language="javascript" class="infotext" style="DISPLAY:'none';LINE-HEIGHT:'24pt' " ondblclick="this.style.display='none'">
  462. Speech engines pick up words via a microphone and transfer them into instructions that the computer understands and processes.
  463. </div>
  464.  
  465.  
  466. <div id="info3" language="javascript" class="infotext" style="DISPLAY:'none';LINE-HEIGHT:'32pt' " ondblclick="this.style.display='none'">
  467. All our applications are speaker independant; anyone over the age of 8 can use them.
  468.  
  469. </div>
  470.  
  471. <div id="info4" language="javascript" class="infotext" style="DISPLAY:'none';LINE-HEIGHT:'32pt' " ondblclick="this.style.display='none'">
  472. Watch this space for the latest developments. 
  473. </div>
  474.  
  475. <div id="info5" language="javascript" class="infotext" style="DISPLAY:'none';LINE-HEIGHT:'32pt' " ondblclick="this.style.display='none'">
  476. Speech synthesis, or text to speech, is the complement of speech recognition. 
  477. </div>
  478.  
  479. <div id="info6" language="javascript" class="infotext" style="DISPLAY:'none';LINE-HEIGHT:'29pt' " ondblclick="this.style.display='none'">
  480. Speech recognition is the future, today, and will soon be present in all computer applications.
  481. </div>
  482.  
  483. <span id="CommandesP" language="javascript" class="liencom" onclick="info7.style.display='block';
  484.         " ondblclick="fermer_onclick()">
  485.  
  486. </span>
  487.  
  488.  
  489. <div id="info2" language="javascript" class="infotext" style="DISPLAY:'none';LINE-HEIGHT:'29pt' " ondblclick="this.style.display='none'">
  490. Go to "What's it for" for some convincing examples.
  491. </div>
  492.  
  493.  
  494.  
  495.  
  496. <div id="info7" class="infotext" style="DISPLAY: none;FONT-SIZE: 9pt" ondblclick="fermer_onclick()">
  497.  
  498. pour faire quoi <br>
  499. pourquoi <br>
  500. pourquoi faire <br>
  501. qui sommes nous <br>
  502. contact <br>
  503. contactez nous <br>
  504. aide <br>
  505. accueil<br>
  506. prΘcΘdent <br>
  507. Θcran prΘcΘdent<br> 
  508. retour <br>
  509. suivant <br>
  510. Θcran suivant<br>
  511. avance <br>
  512. partenaires <br>
  513. partenaires <br>
  514. agenda <br>
  515. revues <br>
  516. en savoir plus <br>
  517. la 
  518. navigation <br>
  519. navigation <br>
  520. recherche 
  521. de donnΘes <br>
  522. donnΘes <br>
  523. les jeux <br>
  524. jeux <br>
  525. apprentissage 
  526. des langues <br>
  527. apprentissage <br>
  528. l'apprentissage <br>
  529. langues <br>
  530. comment τa marche <br>
  531. α quoi τa sert <br>
  532. mac ou PC <br>
  533. la synthΦse vocale <br>
  534. l'avenir <br>
  535. accueil <br>
  536. commandes possibles <br>
  537. quitter <br>
  538. fermer <br>
  539. </div>
  540.  
  541. </body>
  542. </html>
  543.